Welcome![Sign In][Sign Up]
Location:
Search - Http socket

Search list

[Windows CEInternet

Description: wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
Platform: | Size: 18432 | Author: benzhan | Hits:

[Internet-NetworkHttpProxy_Src

Description: HTTP Tunneling (HTTP Proxy Socket Client)
Platform: | Size: 17408 | Author: zzdown | Hits:

[J2MESocketConnection

Description: J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html -J2ME code to connect socket to remote server at port 80 and request HTTP service for viewing index.html
Platform: | Size: 1024 | Author: poravis | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-Networkhttport_sdk_rev_c

Description: HTTP 2 SOCKET的完整开发包 HTTP 2 SOCKET的完整开发包.rar-HTTP 2 SOCKET complete HTTP 2 SOCKET kit complete development kit. Rar
Platform: | Size: 727040 | Author: 飞龙 | Hits:

[Windows CEClientHttp

Description: 支持CMWAP 的HTTP socket封装类。-This class encapsulates HTTP protocol and provides the functionality to request and read files on an HTTP server,support MMS.
Platform: | Size: 5120 | Author: benzhan | Hits:

[TCP/IP stackVC-HTTP-FILE-WEB

Description: 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Platform: | Size: 117760 | Author: 阿荣 | Hits:

[Internet-NetworkWinNet

Description: HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
Platform: | Size: 5120 | Author: asheng | Hits:

[Internet-NetworkHTTP

Description: 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 -Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simple, but it is not very flexible) 2.WinSock (that is, Socket, in this way a bit tedious, but you can customize the report to send HTTP text first and receive the first response, it is flexible) due to limited programming author, wrong, the inevitable criticism welcome.
Platform: | Size: 6144 | Author: star | Hits:

[Internet-Networksocket

Description: 直接用socket实现HTTP协议(专门用于程序的下载,很实用)-Socket to achieve the direct use of HTTP protocol (dedicated to the download procedure, it is useful)
Platform: | Size: 49152 | Author: wajika | Hits:

[Internet-Networkhttp

Description: 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Platform: | Size: 1024 | Author: danny | Hits:

[Internet-Networksocket

Description: 经过封装的socket类,内附简单的pop3和http协议的简单应用源码-a socket class
Platform: | Size: 7168 | Author: 阿鹏 | Hits:

[Internet-Networkhttplib-v02

Description: http library windows socket http protocol C source code application template
Platform: | Size: 418816 | Author: hk4jung | Hits:

[Internet-Networkhttp

Description: 通过socket编程,向一个ip地址发去一个请求,获取一个http响应的数据。-Get a http response data.
Platform: | Size: 1024 | Author: hanran | Hits:

[CSharpCapturer

Description: http头和内容的过滤,截包 socket-http header and content filtering
Platform: | Size: 33792 | Author: zsc | Hits:

[Internet-NetworkHTTP

Description: HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h> #include <netinet/in.h> #include <limits.h> #include <netdb.h> #include <arpa/inet.h> #include <ctype.h>
Platform: | Size: 3072 | Author: zyh | Hits:

[JSP/Javajava

Description: mina 开发的例子。实现网络通讯的开发。包括socket。http等通讯协议。-mina development example. Network communication development. Including the socket. http and other protocols.
Platform: | Size: 4096 | Author: 鸟人 | Hits:

[ICQ-IM-ChatQQ

Description: 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate software to run, the best operating system is Windows Server 2003 system, XP system can.
Platform: | Size: 1471488 | Author: 王春雷 | Hits:

[Internet-Networkhttp

Description: vc++下开发的http的程序应用例子,运行良好,-VC++ http socket
Platform: | Size: 13417472 | Author: 孙似 | Hits:

[Internet-NetworkHTTP

Description: 一个关于http socket连接下载的d-A link to download the dll About http socket
Platform: | Size: 22528 | Author: 蔡广文 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net